object fLangData: TfLangData Left = 512 Top = 390 BorderStyle = bsDialog Caption = 'Language data' ClientHeight = 165 ClientWidth = 206 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object gbLangData: TGroupBox Left = 5 Top = 2 Width = 196 Height = 125 Caption = 'Language data:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object lName: TLabel Left = 10 Top = 18 Width = 176 Height = 14 AutoSize = False Caption = 'Name:' FocusControl = cbName Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object lSymbol: TLabel Left = 10 Top = 58 Width = 86 Height = 14 AutoSize = False Caption = 'Symbol:' FocusControl = cbSymbol Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object lId: TLabel Left = 100 Top = 58 Width = 86 Height = 14 AutoSize = False Caption = 'Identifier:' FocusControl = cbId Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object chDefault: TCheckBox Left = 10 Top = 100 Width = 176 Height = 17 Caption = 'Default Language' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object cbId: TComboBox Left = 100 Top = 74 Width = 86 Height = 22 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ItemHeight = 14 ParentFont = False TabOrder = 1 Text = 'cbId' OnChange = cbIdChange end object cbSymbol: TComboBox Left = 10 Top = 74 Width = 86 Height = 22 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ItemHeight = 14 ParentFont = False TabOrder = 2 Text = 'cbSymbol' OnChange = cbSymbolChange end object cbName: TComboBox Left = 10 Top = 34 Width = 176 Height = 22 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ItemHeight = 14 ParentFont = False TabOrder = 3 Text = 'cbName' OnChange = cbNameChange end end object bOK: TButton Left = 46 Top = 134 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = bOKClick end object bCancel: TButton Left = 126 Top = 134 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end